Skip to content

Added read functions to the LiquidCrystal library#15

Open
facchinm wants to merge 2 commits into
masterfrom
pr_1517
Open

Added read functions to the LiquidCrystal library#15
facchinm wants to merge 2 commits into
masterfrom
pr_1517

Conversation

@facchinm

Copy link
Copy Markdown
Contributor

Added functions to read data from LCD, to delete last character, to
delete a character at specified position, get current position, get
character from a position and get more characters at once, making it
faster.
Comment thread src/LiquidCrystal.h
private:
uint8_t readBusyFlagAndAddress();
void send(uint8_t, uint8_t);
uint8_t receive(int rs_pin_mode);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is "receive" function defined? Where is its body? I don't see it in LiquidCrystal.cc.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CLAassistant

CLAassistant commented Apr 9, 2021

Copy link
Copy Markdown

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
0 out of 2 committers have signed the CLA.

❌ facchinm
❌ Chisalita
You have signed the CLA already but the status is still pending? Let us recheck it.

@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Apr 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: code Related to content of the project itself type: enhancement Proposed improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants